func runtime.lockWithRank

8 uses

	runtime (current package)
		lock_futex.go#L52: 	lockWithRank(l, getLockRank(l))
		lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
		sema.go#L166: 		lockWithRank(&root.lock, lockRankRoot)
		sema.go#L205: 	lockWithRank(&root.lock, lockRankRoot)
		sema.go#L563: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L606: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L637: 	lockWithRank(&l.lock, lockRankNotifyList)
		stack.go#L835: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)